home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3a.dir / 00028_Script_28 < prev    next >
Text File  |  1994-11-28  |  476b  |  21 lines

  1. on enterFrame
  2.   global BROWSE
  3.   
  4.   if (BROWSE = TRUE) then 
  5.     puppetsound(0)
  6.     
  7.     set the cursor of sprite 1 to 0
  8.     set the cursor of sprite 2 to 0
  9.     set the cursor of sprite 3 to 0
  10.     set the cursor of sprite 4 to 0
  11.     set the cursor of sprite 5 to 0
  12.     set the cursor of sprite 6 to 0
  13.     set the cursor of sprite 7 to 0
  14.     set the cursor of sprite 23 to 0
  15.     updateStage
  16.     
  17.     go to frame "start" of movie "browser"   
  18.   end if
  19.   
  20. end
  21.